print "<html><head><link rev=\"made\" href=\"mailto:DTjanitor\@sgi.com\"><title>D.T. CGI clean-up Prog for Sending Compressed Tar Image of Directory Contents</title></head><body>";
print "<h1>Developer Toolbox:<br>help the silly janitor clean-up his mess,<br> and get back to where you left off . . . </h1>";
print "<hr size=\"6\">";
print "the d.t. webchowderhead appreciates yer help <i>and patience</i> while he continues<br>\n" ;
print "learning how to implement http cgi-bin forms in a more intelligent manner<br>\n ";
print "than that which yer being subjected to at this time. . . .";
print "<p>";
# PATH_INFO is the "relative path" from Doc root (with a leading `/' char)
$ret2begin = $ENV{'PATH_INFO'};
# QUERY_STRING stores the name of the subdir who's "parent dir" is
# is the one that PATH_INFO and PATH_TRANSLATED point to.
$rmcmd = $ENV{'QUERY_STRING'} ;
$urlline = "\"$ret2begin\"" ;
print "<h2><tt>Enough of this--</tt><a href=" . "$urlline" . ">Back to whence you came!</a></h2>" ;